                          (Client Side)

1- HTML (L)-> It implements the basic structure of a web page 
2- CSS (L)-> It provide the styling attributes of the HTML page "Cascading Style Sheets"
3- Sass (l)-> Written in Ruby , needs to be compiled to CSS, The organized extention of CSS
              "Syntactically awesome style sheets" Css Preprocessor
   Bootstrap (HTML/Css Framework)
(HTML+CSS) For UI developer

4- JavaScript (L)-> Client side/It provides the functionality of a web page / Functional Programming
    Babel (java script Compiler) 
   TypeScript => Super Set of Js with added featuers
5- JQuery + React (library)-> Its a library for JavaScript functionalities
6- Angular + Vue  (F)-> JavaScript Framework 
(JS+JQuery+Angular) For UX developer


                       
                          (Server Side)

7- PHP (L)-> Server Side development language  "Hypertext Preprocessor"
8- NodeJs (IDE)-> Server side/Run time enviorment for js outside the browser 
9- Python/ Ruby / JAVA Servlet(Other Server side languages)(L)
10- LARAVEL (F)-> PHP Framework that provide MVC model architecture
11- Express (F)-> NodeJS Framework
12- ASP.NET(F) & C# -> is an open source web framework with .Net Language

13- Ionic + Cordova -> Hybrid development web apps
14- Wordpres (Content Mangement System) + Wix

14- MySql / MongoDB / Oracle / FireBase  (DataBases)

** Static website => every page have a separate code and file on the Server
** Dynamic website => instead we save the content and templates of each page to reduce the trafic 
                      to have faster responses 
--CLI -> Command Line Interface
15- npm -> Dependency mangement tool
16- webpack -> Bundler
17- Lerna js -> Its a tool for managing multiple repostories / you can execute multiple comands in parallel
    for multiple projects and sync vertions too (Lerna exec "command")

18- Progrissive Web App (PWA) .. It depends on service workers , like hybrid , but acts more native and faster 
                                can work offline, have icon , cashes data and notifications. 
                                